if item 1 of it > 20 and item 1 of it < 181 and item 2 of it > 56 and item 2 of it < 297 then send mouseDown to card field "expenseDemo"
if item 1 of it > 52 and item 1 of it < 152 and item 2 of it > 15 and item 2 of it < 40 then send mouseDown to button "Feb"
if item 1 of it > 235 and item 1 of it < 275 and item 2 of it > 306 and item 2 of it < 339 then send mouseUp to button "Go Back"
end mouseUp
-- part contents for card part 3
----- text -----
Your basic expense data will be entered into three types of cards. The first is an all expenses card which shows a list of all your expenses. The second is a card for each month which shows the expenses and amounts for that month. The third type is the totals card which shows the total amounts for each month and the year along with other budgeting information. To go to the "All Expenses" card click on the button on any card except a help card. To go to a month click on the name of the month in a list or on a button. To go to the "Totals" card click on a "Totals" or "Year Totals" button.
-- part contents for card part 5
----- text -----
You can view all the basic info for an expense item by holding the mouse down on an expense name in any list. In a second or two a list will pop-up which is also a menu. You can use it to go to a month card or to make or go to an estimated expense card. You can also go to the "Year Totals" card and click on the "Print Report" button to print a year summary, a list of expense items and a list for each month.